home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.new / sun4c.md / old / dpy.h < prev    next >
C/C++ Source or Header  |  1990-12-19  |  245b  |  16 lines

  1.  
  2. /*    @(#)dpy.h 1.6 88/02/08 SMI    */
  3.  
  4. /*
  5.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  6.  */
  7. #ifndef sun4
  8. #if defined(SUN2) || defined(sun2)
  9. #include "../sun2/dpy.h"
  10. #endif
  11.  
  12. #if defined(SUN3) || defined(sun3)
  13. #include "../sun3/dpy.h"
  14. #endif
  15. #endif
  16.